const net.hostLookupFilesDNS

11 uses

	net (current package)
		conf.go#L132: 		fallbackOrder = hostLookupFilesDNS
		conf.go#L175: 					return hostLookupFilesDNS
		conf.go#L206: 		return hostLookupFilesDNS
		conf.go#L265: 			return hostLookupFilesDNS
		dnsclient_unix.go#L499: 	hostLookupFilesDNS                 // files first
		dnsclient_unix.go#L507: 	hostLookupFilesDNS: "files,dns",
		dnsclient_unix.go#L527: 	return r.goLookupHostOrder(ctx, name, hostLookupFilesDNS)
		dnsclient_unix.go#L531: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		dnsclient_unix.go#L571: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		lookup_unix.go#L85: 		order = hostLookupFilesDNS
		lookup_unix.go#L100: 		order = hostLookupFilesDNS